* filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 23:12:42 +0000 (16:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Jul 2013 23:12:42 +0000 (16:12 -0700)
commit609ecabb6d2aea4f8c8688b56c015a831ed0e6cf
treebfb22da477533f951874b97616692927c1ee296b
parent11eaaa702deef7ee37c686da4326b98088d56376
* filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:

Simplify by making this case like the other two.  This is a bit
slower on obsolete hosts, but the extra complexity isn't worth it.
src/ChangeLog
src/filelock.c